Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridDetailRow<TItem> Class / GridDetailRow<TItem> Constructor
The provider.
The associated row.


In This Topic
    GridDetailRow<TItem> Constructor
    In This Topic
    Initializes a new instance of the GridDetailRow<TItem> class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal provider As FlexGridDetailProvider(Of TItem), _
       ByVal row As GridRow _
    )
    'Usage
     
    
    Dim provider As FlexGridDetailProvider(Of TItem)
    Dim row As GridRow
     
    Dim instance As New GridDetailRow(Of TItem)(provider, row)
    public GridDetailRow<TItem>( 
       FlexGridDetailProvider<TItem> provider,
       GridRow row
    )

    Parameters

    provider
    The provider.
    row
    The associated row.
    See Also